ActiveReports 8
DoubleArray Constructor(Double[],Boolean[])
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(Double[],Boolean[])

data

Specifies the data for the array.

isDateTime
Specifies whether the array values are DateTime values.

Glossary Item Box

Initializes a new instance of the DoubleArray class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As System.Double, _
   ByVal isDateTime() As System.Boolean _
)
C# 
public DoubleArray( 
   System.double[] data,
   System.bool[] isDateTime
)

Parameters

data

Specifies the data for the array.

isDateTime
Specifies whether the array values are DateTime values.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also